home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / fatspeed.arc / README < prev   
Text File  |  1988-06-03  |  4KB  |  114 lines

  1.  
  2.         FATSPEED.PRG    1.9
  3.  
  4.         Copyright 1988 by Ulrich Kuebler
  5.         All rights reserved
  6.  
  7.  
  8.  
  9. WHAT IT DOES
  10.  
  11.      -    Speeds up the search for free clusters in file write operations
  12.     ( only for drives with 16 bit FAT )
  13.  
  14.      -    Dfree works faster
  15.  
  16.      -    Fixes the GEMDOS bug, which bombs at redirection of Cconout, Cauxout
  17.     and Cprnout.
  18.  
  19.      -    replaces the sector buffer copy routines by faster ones
  20.  
  21.  
  22. ENVIRONMENT
  23.  
  24.     This program works with the rom versions dated 85/11/20, 86/2/6 and
  25.     87/4/22 (Mega). It is tested with different harddisk configurations
  26.     and harddisk drivers.
  27.  
  28. !    This is NOT a working-in-any-case patch to GEMDOS !
  29. !    FATSPEED may get in conflict with other programs in the AUTO folder
  30. !    or accessories, which may cause unpredictable things to happen.
  31. !    Some applications or games may refuse to work with FATSPEED installed.
  32. !    If you want to use the program, you do it at your own risk.
  33.  
  34.  
  35. INSTALLATION
  36.  
  37.     To install the program, simply put it into the AUTO-folder of
  38.     your boot drive or start it from a shell. Starting from desktop
  39.     is not recommended since error messages disappear when the desktop
  40.     returns.
  41.  
  42.     Since this is very rom dependent code, I have included some
  43.     checkpoints to verify address validity. If one of these checks fails,
  44.     the message 'Installation failed' appears with an error code,
  45.     and no modification is done to any vector or TOS data.
  46.  
  47.     It is not possible to install the program twice, you will get an
  48.     error if you try to.
  49.  
  50.     At installation time, FATSPEED tries to find out all needed addresses
  51.     by looking at your TOS version date and some information in rom.
  52.     If the TOS date is unknown, a warning message will appear and FATSPEED
  53.     will attempt to continue installation.
  54.  
  55.     If you want to use the program, PLEASE do a hard disk backup before.
  56.     Don't flame me if you end up with a damaged hard disk or floppy (!),
  57.     the use is at your own risk ! I dont't know about interfering with
  58.     other resident utilities, it works for my configuration.
  59.  
  60.     To avoid problems when calculating rom addresses you should install
  61.     FATSPEED in the AUTO folder in the order below :
  62.  
  63.         1.    SETINIT.PRG    ( if you use it )
  64.         2.    AHDI.PRG    ( or your favorite hard disk driver )
  65.         3.    FOLDRxxx.PRG    ( you *should* use it :-)
  66.         4.    FATSPEED.PRG
  67.         5.    your other utilities
  68.  
  69.  
  70.     If you get a 'Installation failed' error or run into problems when
  71.     working with FATSPEED installed, you should try it again WITHOUT
  72.     any other auto programs or accessories loaded ( except those listed
  73.     above ). If the problem remains and you are still interested in using
  74.     this program, drop me a mail with the full error message included
  75.     or a detailed description of the problems you have. You may also look
  76.     at the source and try to fix it. The source is available upon request.
  77.  
  78.     There is no original Atari rom code included in this program,
  79.     the needed code is copied from your roms. It needs about 30k ram space.
  80.  
  81.  
  82. IMPORTANT !
  83.  
  84.     I am not responsible for anything which happens when you use this
  85.     program. There may still be bugs in it, and if something is
  86.     damaged by its use, you are on your own.
  87.  
  88.     In order to minimize the risk to screw up files on the hard disk,
  89.     every free cluster found by my program will be checked up in the
  90.     old way, and if it differs, a dot ( . ) will be printed onto the
  91.     screen and the cluster is not used. Since now nobody claimed about
  92.     FATSPEED printing dots.
  93.  
  94.     Any bug reports and suggestions for improvement are most appreciated.
  95.     Obviously, there will be no more need for FATSPEED when Atari's new
  96.     roms are available.
  97.  
  98.  
  99. COPYRIGHT NOTICE
  100.  
  101.     'FATSPEED.PRG' and this document are copyrighted by the author.
  102.     All rights reserved. Permission is granted for noncommercial copy
  103.     and usage provided that both 'FATSPEED.PRG' and this 'README'
  104.     remain together and unchanged.
  105.  
  106.     Enjoy !
  107.  
  108.  
  109.     Uli Kuebler
  110.     University of Kaiserslautern
  111.     West-Germany
  112.     ..!uunet!unido!uklirb!kuebler
  113.  
  114.